ActivityLogPresentationEvent

@Serializable
data class ActivityLogPresentationEvent(val id: String, val eventType: PresentationEventType, val requestDetails: RequestDetails, val responseDetails: ResponseDetails?, val sessionType: SessionType) : ActivityLogEvent

Represents a presentation event in the activity log.

A presentation event is recorded when an mDoc is presented to a verifier or when a presentation request is declined.

Constructors

Link copied to clipboard
constructor(id: String, eventType: PresentationEventType, requestDetails: RequestDetails, responseDetails: ResponseDetails?, sessionType: SessionType)

Properties

Link copied to clipboard

The type of presentation event.

Link copied to clipboard
open override val id: String

The unique identifier of the presentation event.

Link copied to clipboard

Verification request details.

Link copied to clipboard

Holder response details. This is null when the presentation was declined.

Link copied to clipboard

The type of session in which the presentation occurred.